Does a persons' first programming language affect their programming style and if so, how? [closed]

Posted by Scott Walsh on Stack Overflow See other posts from Stack Overflow or by Scott Walsh
Published on 2010-01-25T16:43:49Z Indexed on 2010/04/06 23:13 UTC
Read the original article Hit count: 164

I was speaking to an experienced lecturer recently who told me he could usually tell which programming language a student had learnt to program in by looking at their coding style (more specifically, when programming in other languages to the one which they were most comfortable with). He said that there have been multiple times when he's witnessed students attempted to write C# in Prolog.

So I began to wonder, what specific traits do people gain from their first (or favourite) language which are carried over into their overall programming style, and more interestingly what good or bad habits do you think people would benefit from or should be wary of when learning specific language?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about coding-style